ValueIteratorReverse Object
The ValueIteratorReverse object is used to retrieve historical values for a point in a VHS. It is identical to the ValueIterator Object, with the exception that the order of the list is reversed (values go from latest to earliest). Iteration can move forward or backward through the list depending on how the object was initialized.
Declare the object using the following code:
|
CreateObject("CxVhsLib.ValueIteratorReverse") |
More:


